DataGridFilterIndicatorDisplayMode

The header filter icon display modes for a data grid.
 

Example

The following is an example of how to reference the DataGridFilterIndicatorDisplayMode object:

	// The full path is required.
	dundas.controls.DataGridFilterIndicatorDisplayMode.ALWAYS
	

 

Properties

 
  Name Description
  ALWAYS Always displays filter icons.
  FILTERED_IN_OVERRIDE Displays icons if filtered in the overrides.
  ON_HOVER Displays filter icons on hover.